notebook: Update CSS docs
authorMatthias Clasen <mclasen@redhat.com>
Mon, 9 Nov 2015 18:33:58 +0000 (13:33 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 9 Nov 2015 18:33:58 +0000 (13:33 -0500)
The .header style class is no longer used.

gtk/gtknotebook.c

index 9e1d711f0e6077bcccde80faf2523911fade8894..7b8337e1a526015e6b0de8064355b32e1e9dec5d 100644 (file)
  * to the tabs node. If the notebook is scrollable, CSS nodes with
  * name arrow are placed as first and last child of the tabs node.
  *
- * The main node gets the .frame style class when rendering the
- * background of a notebook with border. It gets the .header
- * style class for rendering the tab area background.
+ * The main node gets the .frame style class when the notebook
+ * has a border (see gtk_notebook_set_has_border()).
  *
  * The header node gets one of the style class .top, .bottom,
  * .left or .right, depending on where the tabs are placed. For